[docs] Saturation is the intensity of the color, not the "deepness"
authorJavier Jardón <jjardon@gnome.org>
Wed, 9 Jun 2010 18:01:53 +0000 (20:01 +0200)
committerJavier Jardón <jjardon@gnome.org>
Wed, 9 Jun 2010 18:02:31 +0000 (20:02 +0200)
Reported by Seán de Búrca in bug
https://bugzilla.gnome.org/show_bug.cgi?id=466475

gtk/gtkcolorsel.c

index 10ec2724f7005ff954d4a5bcb2736c5cbaa2ff50..232b5d3923a748d28291730bf37dd1bd8aaf4241 100644 (file)
@@ -390,7 +390,7 @@ gtk_color_selection_init (GtkColorSelection *colorsel)
                          _("Position on the color wheel."));
   gtk_spin_button_set_wrap (GTK_SPIN_BUTTON (priv->hue_spinbutton), TRUE);
   make_label_spinbutton (colorsel, &priv->sat_spinbutton, _("_Saturation:"), table, 0, 1, COLORSEL_SATURATION,
-                         _("\"Deepness\" of the color."));
+                         _("Intensity of the color."));
   make_label_spinbutton (colorsel, &priv->val_spinbutton, _("_Value:"), table, 0, 2, COLORSEL_VALUE,
                          _("Brightness of the color."));
   make_label_spinbutton (colorsel, &priv->red_spinbutton, _("_Red:"), table, 6, 0, COLORSEL_RED,